home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / INTEL24B.INC < prev    next >
Text File  |  1994-03-28  |  677b  |  35 lines

  1. ; Intel 2400B non-MNP modems
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&C1&D2&W
  8. ;
  9.  
  10. Baud          2400
  11. Parity        N
  12. WordLen       8
  13. StopBits      1
  14.  
  15. XonXoff       BOTH
  16. CtsRts        NEITHER
  17. MatchBaud     TRUE
  18.  
  19. ModemInitStrg ATZ^M
  20. ModemDialStrg ATDT
  21. ModemDialSufx ^M
  22. ModemHangStrg ~~~+++~~~ATH0^M
  23. DTRHangup     TRUE
  24.  
  25. Connect       CONNECT^M,300
  26. Connect       CONNECT_1200,1200
  27. Connect       CONNECT_2400,2400
  28.  
  29. NoConnect     NO_DIAL_TONE
  30. NoConnect     NO_CARRIER
  31. NoConnect     BUSY
  32. NoConnect     VOICE
  33.  
  34.  
  35.